func log/slog.byteSlice

2 uses

	log/slog (current package)
		text_handler.go#L114: 		if bs, ok := byteSlice(v.any); ok {
		text_handler.go#L129: func byteSlice(a any) ([]byte, bool) {